DL | NN n/a IE 4 DOM 1 | ||
The DL object reflects the DL element. This element is the wrapper for a definition list grouping. | |||
HTML Equivalent<DL> | |||
Object Model Reference
|
compact | NN n/a IE 4 DOM 1 | ||
Read/Write | |||
When set to true, the compact property instructs the browser to render a related DT and DD pair on the same line if space allows. This compact styling is intended for DT elements consisting of only a few characters. | |||
Exampledocument.all.tags("DL").compact = true | |||
Value Boolean value: true | false. | |||
|